atspi: Derive readonly state from aria properties
authorMatthias Clasen <mclasen@redhat.com>
Mon, 12 Oct 2020 03:35:34 +0000 (23:35 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 12 Oct 2020 19:10:40 +0000 (15:10 -0400)
commit66a81f118700fd4d627d1e88f9bac975e5c793f9
tree8d62dbc707b29b6d9efbe68387513d274db2150e
parent2a5af4e1d649960d813c7bb62df0cfb727ab7c62
atspi: Derive readonly state from aria properties

We can use the read-only property, together with the
accessible role, to determine whether to set editable
and read-only states for at-spi. This lets us avoid
directly poking at the widgets.
gtk/a11y/gtkatspicontext.c